object TeSelectThemePanel: TTeSelectThemePanel Left = 0 Top = 0 Width = 375 Height = 309 TabOrder = 0 object TeLabel1: TTeLabel Left = 8 Top = 196 Width = 36 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Theme:' Color = clBtnFace ParentColor = False HotTrack = False end object TeLabel2: TTeLabel Left = 8 Top = 234 Width = 23 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Hue:' Color = clBtnFace ParentColor = False HotTrack = False end object TeLabel3: TTeLabel Left = 8 Top = 270 Width = 54 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Brightness:' Color = clBtnFace ParentColor = False HotTrack = False end object tePreviewGroupBox: TTeGroupBox Left = 6 Top = 8 Width = 362 Height = 171 Anchors = [akLeft, akTop, akRight, akBottom] CaptionMargin = 12 Caption = 'Preview:' CheckBoxAlignment = kalLeftJustify ThemeObject = 'default' Transparent = True TabOrder = 0 UseCheckBox = False object tePreviewPanel: TTeThemePreview Left = 22 Top = 24 Width = 318 Height = 129 Anchors = [akLeft, akTop, akRight, akBottom] ThemeLink = tePreviewLink end end object teHueTrack: TTeTrackBar Left = 66 Top = 222 Width = 300 Height = 39 Performance = kspDoubleBuffer Anchors = [akLeft, akRight, akBottom] JumpByClick = False LineSize = 5 Max = 255 Orientation = ktoHorizontal Position = 0 Frequency = 5 TabOrder = 1 Transparent = True ThemeObject = 'default' OnChange = teHueTrackChange end object teBrighTrack: TTeTrackBar Left = 66 Top = 260 Width = 300 Height = 43 Performance = kspDoubleBuffer Anchors = [akLeft, akRight, akBottom] JumpByClick = False LineSize = 5 Max = 100 Min = -100 Orientation = ktoHorizontal Position = 0 Frequency = 5 TabOrder = 2 Transparent = True ThemeObject = 'default' OnChange = teBrighTrackChange end object teThemeList: TTeComboBox Left = 76 Top = 192 Width = 281 Height = 23 Cursor = crIBeam Performance = kspDoubleBuffer Anchors = [akLeft, akRight, akBottom] BevelWidth = 1 BorderWidth = 3 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 OnChange = teThemeListChange AutoComplete = False ComboStyle = kcsDropDownList end object tePreviewLink: TTeThemeLink DeltaHue = 0 DeltaBrightness = 0 ThemeBuilding = 'No theme' Left = 128 Top = 78 end end